From 97b9f9a159341e8e78cedb32388db662925654b7 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 25 Jun 2012 00:11:03 -0700 Subject: [PATCH] * lisp/progmodes/which-func.el (which-func-format): Add mouse-face. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/which-func.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04a48fda49c..a74f9605d51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-25 Masatake YAMATO + + * progmodes/which-func.el (which-func-format): + Add mouse-face. (Bug#11698) + 2012-06-24 Leo Liu * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 01b4c6829f7..7a810fb1e8f 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el @@ -143,7 +143,7 @@ Zero means compute the Imenu menu regardless of size." (:propertize which-func-current local-map ,which-func-keymap face which-func - ;;mouse-face highlight ; currently not evaluated :-( + mouse-face mode-line-highlight help-echo "mouse-1: go to beginning\n\ mouse-2: toggle rest visibility\n\ mouse-3: go to end") -- 2.30.2